home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0997.zip / emacspk.txt < prev    next >
Text File  |  1997-07-22  |  256b  |  13 lines

  1. _Emacspeak: A Speech-Enabling Interface_
  2. by T. V. Raman
  3.  
  4. Example 1: 
  5.  
  6. (defadvice next-line (after emacspeak activate)
  7.     "Speak current line."
  8.     (when (interactive-p)
  9.         (emacspeak-speak-line)))
  10.  
  11.  
  12.  
  13.